clojure1.3 software package provides Lisp dialect for the JVM, you can install in your Ubuntu 12.04 LTS (Precise Pangolin) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install clojure1.3
clojure1.3 is installed in your system.
Make ensure the clojure1.3 package were installed using the commands given below,
$ sudo dpkg-query -l | grep clojure1.3 *
You will get with clojure1.3 package name, version, architecture and description in a table
| Distro | Ubuntu 12 04 lts precise pangolin |
| Section | Development |
| Package | clojure1.3 |
| Version | 1.3.0+dfsg-2 |
| Description | Lisp dialect for the JVM |
| Sub Section | devel |